@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 20px;
}
html { padding:0; margin:0;}

a {border:0;}
img {border:none;}
input {-webkit-appearance:none; /*去除input默认样式*/}
.jdbg{
	width: 100%;
	background-image: url(images/jdbg.jpg);
	background-repeat: no-repeat;
}

.jdbg2{
	width: 100%;
	background-image: url(images/jdbg1.jpg);
	background-repeat: no-repeat;
}

.base{width:1060px;margin:0 auto; position:relative; overflow:hidden;}

.jdhead{
	width: 904px;
	height: 208px;
	background-image: url(images/dtmenu.png);
	background-repeat: no-repeat;
	top:0;
	margin:0 auto;
}

.body {
	width:100%;
	height:600px;
}

.body2 {
	width:100%;
	height:700px;
}

/********** footer2 **********/

.footer {
	width:900px;
	height:80px;
	line-height:70px;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
}
.footer-img {
	width:900px;
	height:70px;
	line-height:70px;	
}
.block1 {
	float:left;
	width:350px;
	height:70px;
	line-height:70px;
}
.block2 {
	float:left;
	width:550px;
	height:70px;
	line-height:70px;
}
.block1 img {
	width:70px;
	height:70px;
	float:right;
}
.block2 span {
	float:left;
	margin-left:20px;
	color:#cccccc;
}


.video-container {
	width:900px;
	position:relative;
	margin-top:210px;
	height:600px;
	background:transparent;
	margin:0 auto;
}

#my-video {
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.video-container .bt1{ position:absolute;top:150px;left:230px;}
.video-container .bt2{position:absolute;top:150px;left:470px;}



.video-button {
	width:120px;
	background:#a20814;
	color:#ffffff;
	height:40px;
	line-height:35px;
	border-color:#f65461;
	font-size:16px;
	cursor:pointer;
	font-family:simhei;
	display:block;
}

.opensound {
	position:absolute; left:0; top:50px;
}

.closesound {
	display:none; 
	position:absolute; 
	left:0; 
	top:50px;
}

.pause {
	position:absolute; left:0; top:100px;
}

.play {
	display:none; 
	position:absolute; 
	left:0; 
	top:100px;
}

.skip {
	position:absolute; 
	left:0px; 
	top:0px;
}
.hint {
	width:100%;
	text-align:center;
	color:#ffffff;
	margin-top:5px;
}

.button-container {
	width: 280px;
	margin-top:210px;
	height:80px;
	margin:0 auto;
	margin-top:20px;
}


.p1,.p2,.p3{
	padding: 5px 15px;
	background-color: #FF0;
	font-size: 24px;
	line-height: 48px;
	color: #000;
	margin: 0 10px 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

.p1,.p2,.p3{float:left;}
a.p1,a.p2,a.p3{
	text-decoration: none;
	
}
a.p1:hover,a.p2:hover,a.p3:hover{
	text-decoration: none;
	background-color: #900;
	color: #FFF;	
}
.hide {
	display:none;
}